JSPM

create-strale-agent

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q62968F
  • License MIT

Scaffold a production-ready AI agent project with Strale pre-wired

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-agent

    Or 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.example with STRALE_API_KEY placeholder
    • CLAUDE.md pre-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