← 返回 Skills 市场
yujesyoga

Tally

作者 yuj es yoga · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1800
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tally
功能描述
Create and edit Tally forms via API. Use when building surveys, feedback forms, or questionnaires programmatically. Supports all question types including text inputs, multiple choice, checkboxes, ratings (via workaround), and more.
安全使用建议
This skill appears to implement the advertised Tally API usage, but its metadata omits credential/config requirements that the instructions clearly use. Before installing: confirm the skill's provenance (source/homepage), require the author to declare that it needs a Tally API key and the expected config path or accept a provided env var, and review the full SKILL.md (it was truncated in the manifest). If you proceed, store the Tally API key in a secure credential store or agent-managed secret (not an unprotected file), and be aware the skill will call https://api.tally.so and write temporary backups to /tmp. If anything looks suspicious after use, revoke the Tally API key.
功能分析
Type: OpenClaw Skill Name: tally Version: 1.0.0 The skill is designed to interact with the Tally.so API for creating and editing forms. It accesses the `~/.config/tally/api_key` file to retrieve an API key, which is then used in `curl` commands to authenticate with `https://api.tally.so`. All network requests are directed to the legitimate Tally API, and temporary files are stored in `/tmp`. The `SKILL.md` content provides clear instructions and examples for using the Tally API, without any evidence of prompt injection attempts against the agent, data exfiltration to unauthorized endpoints, or other malicious activities.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it documents using the Tally.so REST API to create and edit forms and gives block schemas and curl examples. The functional intent is coherent with a Tally API helper.
Instruction Scope
The runtime instructions explicitly tell the agent to read an API key from ~/.config/tally/api_key, to write/read /tmp/backup.json and /tmp/form.json, and to run curl against api.tally.so. Reading the user's filesystem (home config) and writing to /tmp are outside what the manifest declares and widen the skill's effective scope.
Install Mechanism
No install spec or code files are present (instruction-only). This reduces installation risk because nothing is downloaded or written during install, but runtime instructions still perform network and local file actions.
Credentials
SKILL.md expects a TALLY_KEY (via cat ~/.config/tally/api_key and exporting TALLY_KEY) but the registry metadata declares no required env vars, no primary credential, and no required config paths. Requesting/using a local API key is reasonable for this skill, but it should be declared explicitly in the metadata; the omission is a proportionality/information gap.
Persistence & Privilege
The skill is not marked always:true and has no install-time persistence. Autonomous invocation is allowed (platform default) but not, by itself, a red flag. The skill does instruct writing to /tmp at runtime (temporary backups), which is expected for a form update flow but should be disclosed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tally
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tally 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Create and edit Tally forms via API for building surveys, feedback forms, or questionnaires. - Supports all Tally block and question types, including workarounds for ratings. - Includes authentication details and all major form endpoints (list, get, update, submissions). - Documents block structure, required groupings, and provides usage examples for each question type. - Lists best practices for safe updates and robust form design.
元数据
Slug tally
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tally 是什么?

Create and edit Tally forms via API. Use when building surveys, feedback forms, or questionnaires programmatically. Supports all question types including text inputs, multiple choice, checkboxes, ratings (via workaround), and more. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1800 次。

如何安装 Tally?

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

Tally 是免费的吗?

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

Tally 支持哪些平台?

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

谁开发了 Tally?

由 yuj es yoga(@yujesyoga)开发并维护,当前版本 v1.0.0。

💬 留言讨论