freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/freshsalesWhat This Skill Does
The Freshsales skill provides a robust, native integration with the Freshsales CRM, allowing your AI agent to act as a fully functional sales assistant. It enables the seamless management of your entire sales lifecycle, including contact, lead, and account records. By leveraging this skill, your agent can perform complex data operations such as creating new deals, updating sales pipeline stages, assigning tasks, and logging crucial client interactions—all without leaving the terminal or requiring manual dashboard entry. This skill is built using Python's standard library, ensuring high compatibility and minimal overhead while maintaining secure communication with your Freshsales instance.
Installation
To install this skill, use the ClawKit CLI within your OpenClaw environment:
clawhub install openclaw/skills/skills/aiwithabidi/freshsales
Ensure that you have your FRESHSALES_API_KEY and FRESHSALES_DOMAIN configured in your environment variables. Without these, the script will be unable to authenticate and interact with your CRM data.
Use Cases
- Automated Sales Outreach: Use the agent to create follow-up tasks immediately after a meeting is logged in the CRM.
- Pipeline Hygiene: Periodically query the agent to list deals that haven't been updated in 30 days and update their stage to 'stalled'.
- Lead Qualification: Feed lead data to the agent to perform basic segmentation and flag high-value prospects for human intervention.
- Activity Reporting: Query the agent to generate summaries of daily sales calls or weekly deal movement for management reporting.
Example Prompts
- "Check for any open tasks due this week and summarize the high-priority ones for me."
- "Search for the lead John Doe from Acme Corp and update their lead score to 90."
- "List all deals in the 'Negotiation' stage and tell me the total potential revenue currently in the pipeline."
Tips & Limitations
- Filtering: Utilize the
--limitflag frequently when querying large lists to keep response times fast. - Formatting: Always ensure JSON inputs for creation commands are correctly escaped to prevent parsing errors.
- Authentication: Keep your
FRESHSALES_API_KEYsecure. Do not commit it to version control systems or hardcode it into agent prompts. Use your OS environment variables to manage these sensitive credentials.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-freshsales": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
github-intel
Analyze any GitHub repository in AI-friendly format. Convert entire repos to single markdown documents, generate architecture diagrams with Mermaid, inspect structure trees, language breakdowns, and recent activity. Includes GitHub URL tricks, API shortcuts, and advanced search techniques. Read-only analysis — never executes code from repositories. Built for AI agents — Python stdlib only, no dependencies. Use for repository analysis, code architecture review, open source research, GitHub intelligence, repo documentation, and codebase understanding.