원클릭으로
setup
Set up Fiber AI tools in the current environment. Use when the user needs to configure API keys, verify MCP connection, or install SDKs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up Fiber AI tools in the current environment. Use when the user needs to configure API keys, verify MCP connection, or install SDKs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | setup |
| description | Set up Fiber AI tools in the current environment. Use when the user needs to configure API keys, verify MCP connection, or install SDKs. |
| user-invocable | true |
| argument-hint | (no arguments needed) |
Configure Fiber AI for the current environment.
Check if the FIBER_API_KEY environment variable is set in the current shell.
call_operation("getOrgCredits", {"query": {"apiKey": "..."}})
If the call succeeds, show "Fiber AI is connected" with the credit balance.export FIBER_API_KEY=sk_live_...
~/.zshrc or ~/.bashrc)After the API key is configured:
list_all_endpoints to verify connectivitymcp.fiber.ai is not blockedOnly if the user intends to write application code (not just use MCP tools):
npm install @fiberai/sdkpip install fiberaiSuggest the user run a quick test to confirm everything works:
Try running
/fiber:search "technology companies in San Francisco"to verify your setup.
apiKey is passed in the request bodyapiKey is passed in the query stringmcp.fiber.ai is allowed by firewall or proxyAccept: text/markdown to https://api.fiber.ai/openapi.json to get the agent-friendly index at the same URL (Stripe pattern).Run a reproducible, pre-registered benchmark comparing Fiber AI to a competing data provider (People Data Labs, Apollo, Clearbit, ZoomInfo, Coresignal, or any other API the user has credentials for) on the user's own sample. Reports honest side-by-side numbers including where Fiber underperformed. Use this when the user says "compare Fiber to <vendor>", "bake-off", "benchmark data quality", "which provider is better for my segment", "test data providers", "evaluate Fiber AI", or "should I switch from <vendor> to Fiber".
Enrich a list of LinkedIn URLs with work emails, personal emails, and phone numbers using Fiber AI. Use this when the user says "enrich these LinkedIn URLs", "I have a CSV of people", "bulk reveal emails for these profiles", "get contact info for this list", "decorate these contacts with phone/email", or otherwise hands over a set of LinkedIn identifiers and wants contact data back.
Enrich companies or contacts with emails, phone numbers, and detailed profiles using Fiber AI. Use when the user wants to reveal contact information or get more details about a company or person.
Find prospects by role + company criteria and enrich a shortlist with contact details using Fiber AI. Use this when the user says "find VPs of Engineering at fintech startups", "CMOs at Series B SaaS", "heads of sales at X companies", "find me 20 CTOs in healthcare", "prospect by role + company", "sales target research", or otherwise wants to discover people by role and immediately get emails / phones back.
Search for companies or people using Fiber AI. Use when the user wants to find companies by criteria (location, industry, size, tech stack) or search for individual prospects.
Find lookalike companies from one or more seed accounts using Fiber AI. Use this when the user says "find companies like <seed>", "competitors of <seed>", "similar to <seed>", "lookalike accounts", "companies that look like our best customers", "ABM lookalikes", "seed-based company search", or otherwise asks to expand a known account into a larger candidate list.