Install and use the Lev8 Agent Skill.
Goal:
- Use the hosted Lev8 MCP endpoint.
- Keep lev8 Tokens out of chat, source control, logs, and Tool inputs.
What to do:
1. Install the skill from:
https://raw.githubusercontent.com/simplexai-labs/lev8-api-docs/main/skills/lev8-api/SKILL.md
2. Use the right local skills directory for this agent:
- Codex: ~/.codex/skills/lev8-api/SKILL.md
- Claude Code: ~/.claude/skills/lev8-api/SKILL.md
- Cursor or other agents: ~/.agents/skills/lev8-api/SKILL.md
3. Check whether LEV8_API_KEY is available without printing the value:
printf '%s\n' "${LEV8_API_KEY:+api-key-set}"
4. If not set, ask me to create a Token in https://app.lev8.com/api-tokens and set it in my own shell.
5. Configure https://app.lev8.com/mcp with Bearer authentication from LEV8_API_KEY.
6. To find people, companies, KOLs, Shopify stores, Xiaohongshu accounts, or WeChat Official Accounts, use entity_search_create, entity_search_status, then entity_search_fetch.
7. For xiaohongshu searches, or WeChat Official Account searches with entity_type=wechat, pass enable_web_search=true and keep polling for 1 to 2 minutes before treating the task as slow.
8. To find contact details, use contact_search.
9. Use deep_search for open-ended research, enrich for schema-driven entity fields, and extract for social, GitHub, or public web-page lists.
10. Tell me how to restart or rescan this agent so it discovers the skill.
Hard rule:
- Never echo, cat, grep, paste, or log a complete lev8 Token.