← Back to Skills Marketplace
byungkyu

Tally

by byungkyu · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
3534
Downloads
3
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install tally-api
Description
Tally API integration with managed OAuth. Manage forms, submissions, workspaces, and webhooks. Use this skill when users want to create or manage Tally forms, retrieve form submissions, or work with workspaces. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Usage Guidance
This skill proxies Tally calls through Maton and requires your MATON_API_KEY; only install if you trust Maton (gateway.maton.ai / ctrl.maton.ai) to hold OAuth connections on your behalf. Treat MATON_API_KEY like any secret—do not paste it into untrusted places; consider reviewing Maton’s privacy/security docs and revoking the key or OAuth connections if you no longer use the skill.
Capability Analysis
Type: OpenClaw Skill Name: tally-api Version: 1.0.2 The skill bundle provides an integration with the Tally API via a Maton gateway. All code examples in SKILL.md use standard Python libraries (`urllib.request`, `requests`) to interact with `maton.ai` subdomains, retrieving the `MATON_API_KEY` from environment variables for authentication. There is no evidence of data exfiltration to unauthorized endpoints, arbitrary command execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. The content is consistent with a legitimate API integration skill.
Capability Assessment
Purpose & Capability
Name/description (Tally API via managed OAuth) matches the runtime instructions and endpoints (gateway.maton.ai, ctrl.maton.ai). The requested MATON_API_KEY is appropriate for a gateway service that injects OAuth tokens.
Instruction Scope
SKILL.md only instructs making HTTP requests to Maton endpoints and using the MATON_API_KEY environment variable. It does not ask to read unrelated files, system credentials, or send data to unexpected third-party endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files to write to disk—lowest-risk install footprint.
Credentials
Only MATON_API_KEY is required and used in examples; the requested secret is proportional to the gateway-based authentication described. No unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and user-invocable:true. disable-model-invocation is false (agent may invoke autonomously), which is the platform default and not combined with other red flags here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tally-api
  3. After installation, invoke the skill by name or use /tally-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added new metadata to indicate required environment variables (`MATON_API_KEY`) and an emoji marker for the skill. - No code changes; documentation and metadata only.
v1.0.1
Version 1.0.1 (no file changes detected) - No changes detected in this release. - Functionality and documentation remain the same as the previous version.
v1.0.0
tally skill 1.0.0 - Initial release with Tally API integration using managed OAuth. - Manage Tally forms, submissions, workspaces, and webhooks via the Maton API gateway. - Includes Python code examples for listing, creating, updating, and deleting forms, as well as handling OAuth connections. - Supports custom connection management and header specification for multiple accounts. - Detailed API usage and authentication instructions provided.
Metadata
Slug tally-api
Version 1.0.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Tally?

Tally API integration with managed OAuth. Manage forms, submissions, workspaces, and webhooks. Use this skill when users want to create or manage Tally forms, retrieve form submissions, or work with workspaces. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 3534 downloads so far.

How do I install Tally?

Run "/install tally-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tally free?

Yes, Tally is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Tally support?

Tally is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tally?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.2.

💬 Comments