Coda API integration with managed OAuth. Manage docs, pages, tables, rows, and formulas. Use this skill when users want to read, create, update, or delete Coda docs, pages, tables, or rows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Security Analysis
high confidenceThe skill's requirements and runtime instructions match its stated purpose — it proxies Coda API calls via Maton and only asks for a single Maton API key to operate.
Name/description claim a Coda integration; SKILL.md shows requests against gateway.maton.ai/ctrl.maton.ai which proxy to coda.io and use Maton-managed OAuth. The single required env var (MATON_API_KEY) is consistent with a gateway-based integration.
Runtime instructions and code snippets only perform HTTP requests to Maton endpoints and read MATON_API_KEY from environment. There are no instructions to read unrelated files, other environment variables, or to exfiltrate data to unexpected endpoints.
No install spec and no code files beyond SKILL.md and a LICENSE — instruction-only, nothing is written to disk by an installer.
Only MATON_API_KEY is required. That is proportionate for a gateway/OAuth-managed Coda integration. Note: the key grants Maton gateway access to your Coda resources, so trust in maton.ai (and ability to revoke the key) is the main consideration.
always is false and the skill does not request persistent or elevated platform privileges. Agent-autonomous invocation is permitted (default) but not combined with other red flags.
Guidance
This skill is coherent: it uses a Maton API gateway to access Coda and only needs MATON_API_KEY. Before installing, confirm you trust maton.ai (the gateway operator) because the API key will allow that gateway to act on your Coda account. Use a minimal-scope or revocable key if possible, test with non-sensitive docs, and revoke the key from your Maton account if you stop using the skill.
Latest Release
v1.0.0
- Initial release of the Coda API integration skill (v1.0.0). - Enables managed OAuth authentication for accessing Coda docs, pages, tables, rows, and formulas with full CRUD support. - Provides connection management via Maton, including listing, creating, authorizing, and deleting Coda OAuth connections. - Includes sample Python scripts and detailed API endpoint documentation for common Coda operations. - Supports specifying the desired Coda connection using the Maton-Connection header when multiple connections are active. - Requires a valid Maton API key; setup instructions are included.
More by @byungkyu
Published by @byungkyu on ClawHub