Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-strale-agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
create-strale-agent
Scaffold a production-ready AI agent project with Strale pre-wired.
npx create-strale-agent my-agentOr run interactively to choose a project name and language.
What you get
A working agent project with:
- Strale SDK installed and configured
- Example capability calls (IBAN validation, company lookup)
.env.examplewithSTRALE_API_KEYplaceholderCLAUDE.mdpre-configured so Claude Code knows to use Strale for external data tasks- TypeScript or Python — your choice
Free capabilities (no API key needed)
iban-validate, email-validate, dns-lookup, json-repair, url-to-markdown
Get a key
https://strale.dev/signup — includes free trial credits. Browse all 250+ capabilities: https://strale.dev/capabilities
License
MIT