{
  "markdown": "strale-agent-skills\nSkills and rules that teach AI coding agents how to use Strale — the trust layer for AI agents.\nWhat is this?\nAI coding agents (Claude Code, Cursor, GitHub Copilot, Windsurf) auto-pull skill files from repos to learn how to use tools correctly. This repo contains the skill definitions that teach these agents:\n\nWhen to use Strale vs. raw APIs\nHow to call Strale capabilities with the correct patterns\nHow to interpret quality scores (SQS) and make trust decisions\nHow to handle errors and fallbacks\nHow to build for EU AI Act compliance\n\nQuick start\nFor Claude Code / Cursor / Windsurf users\nAdd Strale to your MCP config:\njson{\n  \"mcpServers\": {\n    \"strale\": {\n      \"type\": \"streamableHttp\",\n      \"url\": \"https://api.strale.io/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer sk_live_YOUR_KEY_HERE\"\n      }\n    }\n  }\n}\nThen copy the skills/strale/ folder into your project's .cursor/skills/, .claude/skills/, or .github/skills/ directory. Your AI agent will automatically use it.\nFor framework users\n\nLangChain: pip install langchain-strale\nCrewAI: pip install crewai-strale\nSemantic Kernel: dotnet add package Strale.SemanticKernel\n\nFiles\nFilePurposeSKILL.mdMain skill file — connection, patterns, quality scores, use casesexamples/company-verification.pyPython example: verify a Swedish companyexamples/iban-validation.pyPython example: validate IBANs (free, no API key)examples/agent-with-strale.tsTypeScript example: sanctions + lead enrichment agent\nFree capabilities\n5 capabilities work without signup (10/day per IP):\n\nemail-validate — Validate any email address\ndns-lookup — DNS records for any domain\njson-repair — Fix malformed JSON\nurl-to-markdown — Convert any URL to markdown\niban-validate — Validate IBAN numbers\n\nTry them now — no API key needed.\nLinks\n\nCapabilities catalog — Browse 225+ capabilities\nQuality methodology — How SQS scores work\nAPI docs — Full API reference\nSign up — Free €2 credits, no card needed\n\n## Claude Code Plugin\n\nInstall the Strale plugin in Claude Code:\n\n```\n/plugin marketplace add strale-io/agent-skills\n/plugin install strale@strale-agent-skills\n```\n\nThe plugin connects Claude Code to Strale's MCP server and includes a\nskill that teaches Claude when and how to use Strale's 225+ data\ncapabilities. Free tier capabilities work without an API key.\n\n## OpenClaw / ClawHub\n\nStrale is available as a skill for [OpenClaw](https://openclaw.ai),\n[NanoClaw](https://github.com/gavrielcohen/nanoclaw), and other\nClawHub-compatible personal AI assistants.\n\nInstall via ClawHub:\n```\nclawhub install strale\n```\n\nOr copy `skills/strale-openclaw/SKILL.md` to your OpenClaw skills directory.\n\nThe skill connects to Strale's MCP server and teaches your agent when to\nuse Strale's 225+ data capabilities. Free tier capabilities work without\nan API key.\n\n## LobeHub\n\nStrale is available as an MCP plugin in the\n[LobeHub marketplace](https://lobehub.com/mcp). Search for \"strale\"\nin the MCP directory, or connect directly:\n\n- Server URL: `https://api.strale.io/mcp`\n- Transport: Streamable HTTP\n- Auth: Optional Bearer token for paid capabilities\n\nStrale is the trust layer for AI agents.\n",
  "bytes": 3151,
  "sha": "be9c0a66959c8a1a1c41f48b2fc331da797a14e913152166170d2db68d6d3955",
  "repo_slug": "strale-io/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_strale_io_agent_skills_strale_9182a8d5/readme"
}