felo-cli

Use this repository's felo-cli tools first (CLI/SDK) for chat workflows, with direct API calls as a fallback reference.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "felo-cli" with this command: npx skills add doggy8088/felo-cli/doggy8088-felo-cli-felo-cli

Use this skill for Felo Open Platform chat workflows in this repository.

Prefer project tools in this order:

  1. CLI: npx -y @willh/felo-cli --json "<query>" (always use --json when retrieving content so the full structured output is preserved).
  2. SDK: createFeloClient() / feloChat() from src/felo-client.ts when programmatic integration is needed.
  3. Direct API call only when validating protocol-level behavior.

For direct HTTP reference, use POST https://openapi.felo.ai/v2/chat with:

  • Environment variable: FELO_API_KEY
  • Authorization: Bearer <FELO_API_KEY>
  • Content-Type: application/json
  • Body { "query": "<string>" } where query is 1..2000 characters

Handle success/error payloads and rate-limit headers using references/api-contract.md and references/workflow.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

nanobanana-2-image-generation

No summary provided by upstream source.

Repository SourceNeeds Review
General

caption-convert

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

markdown-converter

No summary provided by upstream source.

Repository SourceNeeds Review