cracked-crewai
CrewAI tools for Cracked, the tool router for AI agents: one API key, 67,000+ tools (web search, scrapers, social profiles, enrichment, media models) with measured health and real prices per call.
load_cracked_tools() turns every Cracked capability into a CrewAI BaseTool with a typed args_schema built from
GET /v1/capabilities/tools?format=openai. Runs go through POST /v1/run; each result includes the run permalink.
pip install cracked-crewai
import os
from crewai import Agent, Crew, Task
from cracked_crewai import load_cracked_tools
tools = load_cracked_tools(api_key=os.environ["CRACKED_API_KEY"], capabilities=["web-search", "company-enrich"])
researcher = Agent(role="Researcher", goal="Profile a company from public data", backstory="Thorough and cheap.", tools=tools)
task = Task(description="Profile stripe.com: what they sell, size, latest news.", expected_output="A 5-line brief", agent=researcher)
print(Crew(agents=[researcher], tasks=[task]).kickoff())
# Each tool call returns {"run": {"runId", "status", "url", "costUsd", "durationMs"}, "output": ...}
Options: capabilities (ids, dashes or underscores), set="top"|"all", base_url, timeout, max_output_chars.
Keys: https://cracked.ai/app/keys. Agents can self-register: POST https://cracked.ai/v1/agents/register.
- Docs: https://cracked.ai/docs/integrations
- Capabilities: https://cracked.ai/capabilities
- Pricing: https://cracked.ai/pricing (each tool page shows its per-run price)
MIT.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cracked_crewai-0.1.0.tar.gz.
File metadata
- Download URL: cracked_crewai-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
911931a80d5e1328237636bf0b05b3bbe868b9cc5b28fa6d113915d41e0f013b
|
|
| MD5 |
0b3d14a71248ff783dcdc1e04068360b
|
|
| BLAKE2b-256 |
6575f02f0da07d0d624ed908f2ab5b2fad6818ff7024bb3e8b75789989a6876f
|
File details
Details for the file cracked_crewai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cracked_crewai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b3bafdeb8f5a800f912ede42c97fde44f5025a258cfea9910b741615c42c9c3
|
|
| MD5 |
690b3e612189dcc99c3dc1fa372db8bd
|
|
| BLAKE2b-256 |
c265352e71c22a2859834156cbd2cca359d076eed02181c3bad8af6d427453ce
|