Install
$ agentstack add skill-truefoundry-skills-agents ✓ 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
Agents
Guide the user through the TrueFoundry Agent Registry UI.
Agent authoring and interaction are dashboard workflows. Do not try to create, publish, edit, invoke, or delete agents through the API.
Use this skill when the user wants to:
- Create a TrueFoundry Agent.
- Register or manage a Remote Agent.
- Edit an existing agent configuration.
- Publish a new agent version.
- Attach MCP servers to an agent.
- Attach skills from the Skills Registry.
- Manage agent collaborators.
- Test an agent in the Agent Playground.
- Find where to monitor an agent.
Preflight
- Verify
tfy loginis complete. If not, usetruefoundry-onboard. - Ask the user for the tenant URL if it is not already known.
- Open the TrueFoundry dashboard and guide the user through the UI.
Do not ask for API keys for agent authoring.
Create a TrueFoundry Agent
Direct the user to:
TrueFoundry Dashboard -> Agent Registry -> Create New Agent -> Build Agent on TrueFoundry
In Agent Playground:
- Select a model from AI Gateway.
- Write the system instructions.
- Add MCP servers from the MCP Servers selector if tools are needed.
- Add skills from the Skills selector if reusable instructions are needed.
- Test in the chat interface.
- Click
Save Agent. - Choose
Save New Agentfor a new agent orSave New Versionto publish a new version of an existing agent.
Edit an Existing Agent
Direct the user to:
TrueFoundry Dashboard -> Agent Registry -> Manage
Editable fields include:
- Name
- Description
- Tags
- Collaborators
- Model
- System instructions
- MCP servers
- Attached skills
After edits, test in the playground and save a new version.
Attach MCP Servers
In Agent Playground:
- Click
+next to MCP Servers. - Search or browse available MCP servers.
- Select the needed tools.
- Test the agent before saving.
If the MCP server does not exist yet, use truefoundry-mcp-servers first.
Attach Skills
In Agent Playground:
- Click
+next to Skills. - Select a skill from the Skills Registry.
- Choose the version to pin.
- Decide whether to preload
SKILL.md. - Test the agent before saving.
Use preload only for short, always-relevant skills. Leave it off for long or situational skills.
If the skill does not exist yet, use truefoundry-skills-registry first.
Collaborators
Use the agent edit form to grant:
- Agent Manager: can edit/manage the agent.
- Agent Access: can use/invoke the agent.
For broader teams and roles, use truefoundry-platform.
Remote Agents
For agents running outside TrueFoundry:
TrueFoundry Dashboard -> Agent Registry -> Create New Agent -> Remote Agent
Collect:
- Agent name
- Description
- Runtime endpoint or integration details shown by the UI
- Collaborators
- Tags
Then guide the user through the UI form.
Delete
Do not delete agents for the user. If deletion is requested, direct them to the dashboard:
TrueFoundry Dashboard -> Agent Registry -> Manage -> delete from the UI
- The user knows the exact UI path for the agent task.
- The agent does not claim API-based agent authoring.
- Agent creation/editing/publishing happens through Agent Registry or Agent Playground.
- MCP servers and Skills Registry are routed to their own skills when needed.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: truefoundry
- Source: truefoundry/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.