← 返回 Skills 市场
byungkyu

Tally

作者 byungkyu · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
3534
总下载
3
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install tally-api
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tally-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tally-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug tally-api
版本 1.0.2
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3534 次。

如何安装 Tally?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tally-api」即可一键安装,无需额外配置。

Tally 是免费的吗?

是的,Tally 完全免费(开源免费),可自由下载、安装和使用。

Tally 支持哪些平台?

Tally 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tally?

由 byungkyu(@byungkyu)开发并维护,当前版本 v1.0.2。

💬 留言讨论