AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Tfml

skill-testfully-agent-skills-tfml · by testfully

A Claude skill from testfully/agent-skills.

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-testfully-agent-skills-tfml

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-testfully-agent-skills-tfml)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Tfml? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 .toml extension.

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 .toml extension.
  • Include $schema for 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 null or 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.