Install
$ agentstack add skill-testfully-agent-skills-tfml ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
TFML Skill
Use this skill when creating or editing Testfully Markup Language (TFML) files for file-based Testfully workspaces.
TFML files are structured data files that describe workspaces, folders, requests, environments, globals, vaults, cookies, and certificates.
When to Apply
Use and reference this skill and guidelines when:
- Authoring TFML files with
.tomlextension.
File Types
TFML files come in various types, each with a specific purpose and expected location within a Testfully workspace. Use the table beloe to identify the kind of TFML file you are working with and refer to the corresponding schema for details on its structure and fields.
| Kind | Typical file or location | Schema URL | | ----------- | ----------------------------------------------- | ----------------------------------------------- | | Workspace | workspace.toml | https://testfully.io/schemas/workspace.json | | Globals | globals.toml | https://testfully.io/schemas/global.json | | Folder | index.toml within the collections directory | https://testfully.io/schemas/folder.json | | Request | request-shaped file | https://testfully.io/schemas/request.json | | Environment | inside environments/ | https://testfully.io/schemas/environment.json | | Vault | inside vaults/ | https://testfully.io/schemas/vault.json | | Certificate | inside certificates/ | https://testfully.io/schemas/certificate.json | | Cookie jar | inside cookies/ | https://testfully.io/schemas/cookie-jar.json |
Use links below to learn about each file type's expected location, shape, and schema:
- [references/workspace-file.md](references/workspace-file.md),
- [references/globals-file.md](references/globals-file.md),
- [references/folder-file.md](references/folder-file.md),
- [references/request-file.md](references/request-file.md),
- [references/environment-file.md](references/environment-file.md),
- [references/vault-file.md](references/vault-file.md),
- [references/certificate-file.md](references/certificate-file.md),
- [references/cookie-file.md](references/cookie-file.md).
Shared Structures
Several TFML file types reuse the same object structures. Do not duplicate these schemas in generated docs or output; use the shared definitions.
| Structure | Used by | Reference | | ------------------------------------------ | --------------------------------------------- | -------------------------------------------------------------- | | Authorization | Folder, request steps, environment | [references/authorization.md](references/authorization.md) | | Proxy | Folder | [references/proxy.md](references/proxy.md) | | Headers, params, variables, SSL, redirects | Folder, request steps, globals, environment | [references/common-objects.md](references/common-objects.md) | | Request step and payloads | Request root and multi-step request entries | [references/request-file.md](references/request-file.md) |
Authoring Rules
- Must be valid TOML file with
.tomlextension. - Include
$schemafor clarity, even when file location can infer the kind. - Use lowercase enum values in files, for example
get,serial,store, and
internet.
- Treat fields prefixed with
__as internal/transient. Do not author them in
user-created TFML files.
- Use
nullor omit a field to leave it unset. For enabled flags, omitted means
enabled unless the specific reference says otherwise.
- For request bodies, set only one payload shape when possible. The runtime
chooses request type by priority; conflicting payload fields can make intent unclear.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: testfully
- Source: testfully/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.