Skip to content

docs(skills): add outpost-tools reference for cron and lifecycle tools#79

Merged
MathurAditya724 merged 1 commit into
mainfrom
feat/outpost-tools-skill
May 12, 2026
Merged

docs(skills): add outpost-tools reference for cron and lifecycle tools#79
MathurAditya724 merged 1 commit into
mainfrom
feat/outpost-tools-skill

Conversation

@MathurAditya724
Copy link
Copy Markdown
Member

Summary

Adds a new outpost-tools skill that documents the cron and lifecycle tools available to agents via the opentower plugin. This gives agents a reference they can load to understand how to:

  • Schedule recurring or one-time delayed tasks (cron tools)
  • Inspect dispatches, entities, and sessions (lifecycle tools)
  • Interact with other sessions (read messages, send nudges)

Changes

  • Added skills/outpost-tools/SKILL.md with:
    • Full documentation of all cron tools (create_cron_job, list_cron_jobs, get_cron_job, update_cron_job, delete_cron_job, trigger_cron_job)
    • Full documentation of lifecycle tools (list_dispatches, list_entities, get_entity, read_session_messages, post_session_message)
    • Common usage patterns and examples
    • Notes on session affinity and dispatch semantics

Testing

Documentation only - no code changes.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
opencode-email-worker 1b66be3 Commit Preview URL

Branch Preview URL
May 12 2026, 03:52 AM

@MathurAditya724 MathurAditya724 marked this pull request as ready for review May 12, 2026 03:53
@MathurAditya724 MathurAditya724 merged commit 2ab421f into main May 12, 2026
2 checks passed
@MathurAditya724 MathurAditya724 deleted the feat/outpost-tools-skill branch May 12, 2026 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant