Logfire
Logfire generates creative, evocative prose mimicking a crackling fireplace – perfect for adding atmosphere and detail to your stories.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add logfire npx -- -y @trustedskills/logfire
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"logfire": {
"command": "npx",
"args": [
"-y",
"@trustedskills/logfire"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The logfire skill provides a simple way to execute Python code snippets directly within an AI agent. It allows users to run small pieces of Python code, enabling quick calculations, data manipulation, or access to external resources through libraries. The results of the executed code are then returned as output from the skill.
When to use it
- Quick Calculations: Perform simple mathematical operations without needing a full programming environment.
- Data Transformation: Quickly manipulate small datasets or strings.
- Simple API Interactions: Execute short scripts to interact with APIs that require Python libraries.
- Code Snippet Testing: Test and debug small code snippets in isolation.
Key capabilities
- Execute Python code.
- Return output from executed code.
Example prompts
- "Calculate 123 + 456."
- "What is the square root of 144?"
- "Convert 'hello' to uppercase."
Tips & gotchas
The skill is intended for small, self-contained Python code snippets. Complex programs or dependencies may not function correctly within this environment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.