← Back to Skills Marketplace
Tally
by
yuj es yoga
· GitHub ↗
· v1.0.0
1800
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tally
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tally - After installation, invoke the skill by name or use
/tally - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1800 downloads so far.
How do I install Tally?
Run "/install tally" 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 yuj es yoga (@yujesyoga); the current version is v1.0.0.
More Skills