Teable (teable.cn). Use this skill for ANY Teable request — reading, creating, updating, and deleting data. Whenever a task involves Teable, use this skill instead of calling the API directly.
数据分析
TabAPI
试用TabAPI (tabapi.com). Use this skill for ANY TabAPI request — searching and reading data. Whenever a task involves TabAPI, use this skill instead of calling the API directly.
它能做什么
TabAPI (tabapi.com). Use this skill for ANY TabAPI request — searching and reading data. Whenever a task involves TabAPI, use this skill instead of calling the API directly.
技能文档
TabAPI
Operate TabAPI through your OOMOL-connected account. This skill calls the tabapi connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.
Running an action
Assume the user has already installed the oo CLI, signed in, and connected TabAPI. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.
1. Inspect the contract to get the authoritative input/output schema before building a payload:
oo connector schema "tabapi" --action ""
2. Run the action with a JSON payload that matches the input schema:
oo connector run "tabapi" --action "" --data '' --json
--datatakes a JSON object string or@path/to/file.json; omit it to send{}.- The response is
{ "data": ..., "meta": { "executionId": "..." } }; the execution id lives undermeta.executionId.
Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.
Available actions
capture_url_screenshot— Capture the first viewport of one public HTTP or HTTPS URL and return a temporary hosted PNG URL.extract_url_markdown— Fetch one public HTTP or HTTPS URL through TabAPI and return clean Markdown with page metadata.find_adsense_publisher_sites— Find domains whose homepages were observed displaying one Google AdSense publisher identifier.get_dns_records— Resolve DNS records for one hostname through TabAPI's Cloudflare and Google DNS-over-HTTPS lookup.get_domain_backlinks— Retrieve backlink overview metrics and a sample of top referring pages for one domain or hostname.get_domain_rdap— Retrieve structured RDAP registration data for one domain, with a WHOIS-derived fallback when necessary.get_domain_traffic— Retrieve modeled website traffic, rank, engagement, source, keyword, region, and AI-referral estimates for one domain.get_domain_whois— Retrieve the original port-43 WHOIS text for one registrable domain.google_search— Search Google and return normalized organic results, ads, answer boxes, knowledge graph data, People Also Ask, and related searches.
Safety
- Untagged actions are reads (get / list / search) — safe to run directly.
- Actions tagged
[write]change TabAPI state — confirm the exact payload and effect with the user before running. - Actions tagged
[destructive]remove or overwrite data — always confirm the target and get explicit approval first.
First-time setup
These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.
-
oo: command not found— install the oo CLI (other platforms: ):curl -fsSL https://cli.oomol.com/install.sh | bash # macOS / Linuxirm https://cli.oomol.com/install.ps1 | iex # Windows PowerShell -
Not signed in / authentication error — sign in to your OOMOL account once:
oo auth login -
scope_missing/credential_expired/app_not_ready/app_not_found— TabAPI is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:https://console.oomol.com/app-connections?provider=tabapi -
HTTP 402 /
OOMOL_INSUFFICIENT_CREDIT— billing stop. Recharge athttps://console.oomol.com/billing/token-rechargebefore retrying.
Resources
- TabAPI homepage: https://tabapi.com
相关技能
profileAPI (profileapi.com). Use this skill for ANY profileAPI request — searching and reading data. Whenever a task involves profileAPI, use this skill instead of calling the API directly.
Tavily (tavily.com). Use this skill for ANY Tavily request — reading, creating, and updating data. Whenever a task involves Tavily, use this skill instead of...
Metabase (metabase.com). Use this skill for ANY Metabase request — searching and reading data. Whenever a task involves Metabase, use this skill instead of c...
Tapfiliate (tapfiliate.com). Use this skill for ANY Tapfiliate request — reading, creating, and updating data. Whenever a task involves Tapfiliate, use this...
ScraperAPI (scraperapi.com). Use this skill for ANY ScraperAPI request — reading, creating, and updating data. Whenever a task involves ScraperAPI, use this...