intentic
OrganizationYou delegate. Agents work. You approve. A workspace for coding agents.
Categories
Indexed Skills (38)
provide
Turn the owner's existing API, model, or dataset into a paid service on the platform's services catalog — build the thin wrapper endpoint, self-test it against the admission probe's three checks, and hand the owner the exact values the listing form needs. Use when the owner wants to sell, list, or offer something they already run as a metered service agents can pay for.
wallet
Pay x402-payable web endpoints in USDC from the sandbox wallet via the `wallet` CLI, under the owner's spending policy. Use when a useful API answers 402 Payment Required with an x402 challenge, or when a task needs a paid machine-payable service — check the price, then ask; the owner approves each payment on a card in chat unless it sits inside their standing auto-approve band.
discord
Read, post, and react in the connected Discord server via the Discord REST API, and help the user invite the bot / finish setup. Use when the user asks to send a Discord message, list channels/servers, read or react to messages, or connect/invite the bot.
documenting
This workspace's architecture-documentation conventions — a package's page is its own README.md, the plain-language house style, which figures are computed rather than written, and the rule that a package's README is updated in the same commit as the change that invalidated it. Use when writing or editing a package README or anything under docs/architecture/, when asked to document a repo or package, and — without being asked — when a change alters what a package is for, how it fits together, or which files matter in it.
environment
Extend this sandbox's own environment (system packages, language toolchains, SDKs — e.g. Rust, Android, JDK, Go, Python) by proposing custom Dockerfile steps the owner approves. Use when a task needs a tool that isn't installed and a runtime install wouldn't survive, or when the user asks to add capabilities to the sandbox itself.
services
Discover and run intentic's premium services (research, data, heavy compute) priced in the owner's membership credits. Use when a task would benefit from a capability no local tool provides — check the catalogue, then ask for a run; the owner approves it in their browser before anything is spent.
linux
Operate "${id}", the user's own Linux computer — run commands, read and write files, capture its screen. Use whenever the user says "my machine", "my laptop", "my PC", "my desktop", "locally", or names this computer, and for anything that has to happen on their computer rather than in the sandbox.
windows
Operate "${id}", the user's own Windows computer — run commands, read and write files, capture its screen. Use whenever the user says "my machine", "my laptop", "my PC", "my desktop", "locally", or names this computer, and for anything that has to happen on their computer rather than in the sandbox.
cloudflare
Manage Cloudflare DNS, zones, cache, tunnels, Workers and Pages via the Cloudflare API. Use when the user asks about their domains, DNS records, cache purging, or apps hosted on Cloudflare.
firecrawl
Scrape a page, crawl a site, map its URLs, or search the web through Firecrawl, all returned as clean markdown. Use when a page must be read as text, a whole site gathered, or the web searched for research.
komodo
Read and drive a Komodo deployment orchestrator — stacks, deployments, servers, builds, container logs and alerts via the Komodo Core API. Use when the user asks about Komodo, their stacks/deployments/containers, what is running where, or wants something deployed, restarted or stopped.
notion
Search, read, create and update pages and databases in your Notion workspace via the Notion API. Use when the user asks to find, read, or write Notion pages, notes, docs, or database rows.
sharepoint
Read and write SharePoint sites, document libraries, files and lists through Microsoft Graph. Use when the user asks about SharePoint sites, team documents, shared files, or SharePoint lists.
Gmail, Google Calendar, Drive, Docs, Sheets and Contacts for a connected Google account — read and search mail, send and reply, book and move meetings, find and fetch files, read and write documents and spreadsheets, look people up. Use whenever the user mentions their email, inbox, calendar, meetings, Drive, a Google Doc or a Google Sheet.
knowledge
The owner's personal knowledge base — a markdown folder that is also a typed graph of the people, projects, companies, decisions and terms around this work, driven by the `kb` CLI. Use it BEFORE answering anything about the owner, who they work with, what a project or an internal word means, or what was decided and why — and use it WITHOUT being asked to record a durable fact you have just learned about any of those. Not for facts about the code itself (that is what the repository and its documentation are for).
obsidian
The owner's own Obsidian vault, live, through the Local REST API plugin — read, search, write and open notes in the app they actually keep their notes in, and carry notes between it and this workspace's knowledge base. Use whenever the user says "my vault", "my notes", "Obsidian", or asks you to look something up in, or file something into, the notes they keep themselves.
slack
Read, post, react and search in the connected Slack workspace via the Slack Web API, and help the user finish app setup. Use when the user asks to send a Slack message, list channels or users, read a thread, react to a message, or connect/install the Slack app.
telegram
Read and send messages in the connected Telegram bot's chats via the Telegram Bot API, and help the user finish bot setup. Use when the user asks to send a Telegram message, reply in a chat or group, download a file someone sent, or connect a Telegram bot.
Read and send messages in the connected WhatsApp number's chats and groups via the whatsapp CLI, and help the user pair the linked device. Use when the user asks to send a WhatsApp message, reply in a chat or group, fetch a file someone sent, or connect/pair WhatsApp.
capabilities
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.
panels
Give a repository an operator panel — a small web UI (dev server) the user opens from the sidebar to run and preview that repo. Every git repo under /work is a sidebar entry; a repo gets a panel by adding an `operator/` directory that is a runnable web app. Use whenever you scaffold or work in a repo the user should be able to open, preview, or operate from the sidebar.
iq
Workspace code search — the fastest route from a question to `path:line` anchors when you don't already know where to look. One Bash call returns ranked, token-budgeted results. Use for "where is X defined/used", natural-language code questions, structural AST patterns, file skeletons, and git history.
npmjs
Act on npmjs.com as the logged-in user through a real browser — approve staged publishes, answer WebAuthn/2FA prompts, manage access tokens and package settings. Use when npm asks for a web approval, a publish needs 2FA the CLI cannot answer, or the user asks to do something on npmjs.com.
website
Act as the signed-in user on ${site} through a real browser. Use whenever the user asks for something on that site.
Read, comment, reply, vote, post, and join subreddits on Reddit as the logged-in user, through a real browser. Use whenever the user asks to do something on Reddit.
x
Read, reply, post, like, repost, follow, and join Communities on X (Twitter) as the logged-in user, through a real browser. Use whenever the user asks to do something on X/Twitter.
youtube
Watch/read, comment, reply, like, and subscribe (join channels) on YouTube as the logged-in user, through a real browser. Use whenever the user asks to do something on YouTube.
github
Read and manage GitHub repos, issues, pull requests, and code search via the GitHub REST API. Use when the user asks about GitHub repos, issues, PRs, or code.
gitlab
Read and manage GitLab projects, issues, merge requests, and pipelines via the GitLab REST API. Use when the user asks about GitLab projects, issues, MRs, or pipelines.
mysql
Query the connected MySQL/MariaDB database with the mysql client. Use when the user asks about their database — tables, rows, schema, or to run SQL against MySQL.
npm
Publish and manage packages on the npm registry (npmjs.com) — publish, dist-tags, deprecate, owners, download stats, private installs. Use when the user asks to publish, release or manage an npm package, or to inspect the registry.
outline
Search, read, and create documents in your Outline wiki via the Outline API. Use when the user asks to find, read, or write Outline docs / knowledge base.
postgres
Query the connected PostgreSQL database with psql. Use when the user asks about their database — tables, rows, schema, or to run SQL against Postgres.
redmine
Read and manage Redmine projects, issues, and updates via the Redmine REST API. Use when the user asks about Redmine tickets/issues or projects.
sentry
Query Sentry organizations, projects, and unresolved issues/errors via the Sentry API. Use when the user asks about Sentry errors, issues, or projects.
signoz
Query observability (services, traces, logs, metrics) from a SigNoz instance via its API. Use when the user asks about app performance, errors, latency, or telemetry in SigNoz.
imap
Read an email inbox over IMAP — list folders, search, and fetch messages — with curl. Use when the user asks about their email or inbox.
example-notes
Leave a short note for the owner in the Example rail view, using the `intentic-example` CLI. Use when the user asks you to note, jot, remember or flag something lightweight for them to read later, and when you want to leave a breadcrumb about work you did that has no better home.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.