capabilities

Solid

Ask the owner, on a card in chat, to connect a capability the task needs (a connector, an account, Docker, a machine) via the `capabilities` CLI. Use whenever a task hits something this sandbox isn't connected to — check what's connectable, then raise the ask instead of describing manual setup steps.

AI & Automation 22 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Missing capabilities The sandbox connects to outside things through capability cards — connectors (GitHub, Notion, Stripe…), browser accounts, databases, Docker, the owner's own computers. When a task needs one that isn't connected, **raise the ask in chat** with the `capabilities` command rather than telling the owner to go set something up by hand. The card does the setup handoff, and your command resumes the moment the connection is live. ## Commands ```sh capabilities list # every connectable card, and whether it's connected capabilities request <card> \ --why "one line on why the task needs it" # ask the owner on a card in their chat — and wait ``` `request` holds until it has a real answer. A `connected` answer means the capability is **live right now**: its skill and tools are available from your next tool call, so continue the task with it in this same turn. The wait can span the owner's whole setup (finding a token, a sign-in) — hold the command open rather than timing it out. ## How consent works — enforced, not promised `request` connects nothing. It raises a card in the owner's chat — titled with the catalog's own words, your `--why` as the one line that is yours — and everything that happens next is the owner's click and the owner's setup flow. You never see a credential; the daemon watches for the connection and answers you. What that leaves you: 1. **Ask when the task genuinely needs it, at the moment it needs it.** Check ...

Details

Author
intentic
Repository
intentic/intentic
Created
2 weeks ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

surveying-capabilities

Survey what the local machine can actually do and bind each abstract capability a task needs to a concrete provider — an installed skill, an MCP tool, a CLI, or a subagent — before any plan is written. Use before planning multi-step work, when you need to know what tooling exists (有什么工具 / 本机能力 / 装了哪些技能 / 能不能做), or when a step fails because something is missing. Introspects your own context first at zero cost, then probes only what the task requires. Produces .superclarity/environment.md and .superclarity/<task>/capabilities.md, including an explicit list of capability gaps. Do NOT use for trivial single-step tasks, and do NOT use to enumerate the whole machine when the provider is already confirmed.

0 Updated 4 days ago
haxudev
AI & Automation Listed

capabilities

The system's self-model — a capability registry (scans every SKILL.md into a layered tree SENSE→DECIDE→ACT→REMEMBER→GOVERN→DEPLOY) plus a "curator" that picks the right capabilities for a goal locally. Use to see the whole toolkit as a system/arborescence, to let an agent discover what botte-secrète can do, or as the data the Conductor reads to compose a plan.

1 Updated yesterday
zedarvates
AI & Automation Solid

capabilities

Your capability catalog — read this at boot. Lists the temporal date-range skills and the external integrations (reached via the loopback broker) available to you as a spawned worker, and exactly how to call each. Read-only. Consult it whenever you're unsure what tools/integrations you have or how to invoke them.

3,226 Updated today
chaitanyagiri