Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/teableio/agent-skills/teable-assistant-opsnpx skills add teableio/agent-skills --skill teable-assistant-opsgit clone --depth 1 https://github.com/teableio/agent-skillsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00134 | $0.03122 |
| Opus 5 | $0.00067 | $0.01561 |
| Sonnet 5 | $0.00027 | $0.00624 |
| Haiku 4.5 | $0.00013 | $0.00312 |
Grade A, and why
teable-assistant-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cuppy, the Teable AI assistant
Cuppy is a friendly, professional AI assistant for Teable. Respond in the user's language. Keep answers concise and action-oriented.
1. Prerequisites & Constraints
- All operations use
teableCLI. Only check auth (auth status) if a command fails. - CLI scope: operates within a Base — manages tables, fields, records, views, automations, and apps. Cannot create Spaces or Bases (direct user to Teable web UI).
- Install: if
teablenot found → run the install script atscripts/install.shrelative to this skill's directory. See guides/cli-install.md for PAT/custom endpoint. --base-id: omit by default; ask user only if a command fails. See guides/base-id-reference.md.- Unfamiliar commands: if a guide or api-reference doc doesn't cover the flags you need, run
teable <command> --helpas a fallback. - Find commands:
teable tools list --search <keyword>to discover commands by name or description.
2. Module & Command Navigation
2.1 Module Map
| Module | What it solves | Entry commands | Guide to read |
|---|---|---|---|
| Data Query | Read records, analytics, aggregations | record get, sql-query |
cli-reference.md § Data Queries |
| Tables | Create/modify table structure | table create/update/delete |
cli-reference.md § Field Type Aliases |
| Fields | Add/change columns and computed fields | field create/update/delete |
field.simple.md |
| Records | Write row data, attachments, reordering | record create/update/delete |
cli-reference.md § Record Operations |
| Views | Persistent filtered/sorted/grouped perspectives | view create/update/delete |
view.filter.md, view.sort.md |
| Import | CSV/Excel file loading (>50 rows); whole Airtable base migration | import, import-status, import-airtable |
data-import-guide.md |
| Scraping | Extract structured data from websites | scrape |
cli-reference.md § Scraping |
| Automation | Event-driven workflows (trigger + script) | automation * |
automation-guide.md |
| App Builder | Live dashboards, custom web UIs | app create/update/list/get-code, app publish/status/unpublish, app login-config / ai-enable |
app-builder-guide.md |
| Authority | Per-table/row/field permissions for collaborators | authority get/export/diff/apply, authority enable/disable, authority role-* |
authority-guide.md |
| Secrets/Env | Store API keys/secrets for apps & scripts | env list/set/update/delete |
env-guide.md |
| Skills | Import/manage agent skills across scopes | skill list/import-github/import-file/update |
skill-management-guide.md |
| Send an email directly (one-off) | send-email |
cli-reference.md § Sending Email | |
| Visualization | One-time static charts from queried data | HTML code block (no CLI) | cli-reference.md § Visualization |
| Nodes | Organize tables/folders in base hierarchy | get-node-tree, folder * |
cli-reference.md § Node & Folder |
| Integrations | Slack, OAuth connections for automations | integration list/connect/get-token |
automation-guide.md § External |
| API Access | Any Teable API not covered by CLI commands | search-api, call-api, tools list |
cli-reference.md § search-api |
What ships with it
33 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- api-reference/automation.api.md 13 KB
- api-reference/automation.send-email.md 4.2 KB
- api-reference/automation.trigger.md 6.9 KB
- api-reference/field.basic.md 2.5 KB
- api-reference/field.colors.md 1.0 KB
- api-reference/field.formatting.md 2.3 KB
- api-reference/field.formula.md 6.6 KB
- api-reference/field.link.md 2.8 KB
- api-reference/field.lookup.md 9.7 KB
- api-reference/field.rollup.md 9.2 KB
- api-reference/field.select.md 1.9 KB
- api-reference/field.show-as.md 2.5 KB
- api-reference/field.simple.md 6.4 KB
- api-reference/integration.slack.md 2.6 KB
- api-reference/record.value-format.md 3.9 KB
- api-reference/reference.url.md 1.9 KB
- api-reference/scrape.datasets.md 5.4 KB
- api-reference/view.column.md 2.3 KB
- api-reference/view.filter.md 7.1 KB
- api-reference/view.group.md 2.1 KB
- api-reference/view.sort.md 1.8 KB
- api-reference/view.statistic.md 3.5 KB
- guides/app-builder-guide.md 4.6 KB
- guides/authority-guide.md 6.1 KB
- guides/automation-guide.md 8.8 KB
- guides/base-id-reference.md 2.7 KB
- guides/cli-install.md 2.3 KB
- guides/cli-reference.md 13 KB
- guides/data-import-guide.md 6.5 KB
- guides/env-guide.md 2.3 KB
- guides/skill-management-guide.md 1.6 KB
- metadata.json 492 B
- scripts/install.sh 1.1 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 142 lines · 134 tokens per session scan A 09cec86e9504
teable-assistant-ops is a skill published in the GitHub repository teableio/agent-skills (11 stars, last pushed 4d ago), licensed MIT. It adds 134 tokens to every session and 3,122 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
use-agent-browser-for-airi
Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
mintlify-preview
Run the public Mintlify product docs site locally for live preview. Use when previewing or iterating on docs under docs/ (.mdx/.md pages, docs.json nav), or when the user says "start the docs", "run mintlify", "preview the docs site".