text-word-count Skill — API Connectors Automation
Skill language Hosted language PublicCounts words, unique words, characters, and sentences in a text string. Handles edge cases like empty text, whitespace, and punctuation.
Skill text-word-count Counts words, unique words, characters, and sentences in a text string. Handles edge cases like empty text, whitespace, and punctuation.. Install it into any Aerostack workspace and it becomes available in Claude, Cursor, and every MCP-compatible AI client.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"text-word-count": {
"url": "https://mcp.aerostack.dev/s/navin/text-word-count",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
tools/listUsing a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
bolt Why publish skills on Aerostack?
One platform. Every AI client. No more fragmentation.
✕ The old way
- ✕ Separate GitHub repo for each AI tool
- ✕ Different formats: OpenAI Actions vs Claude tools vs Gemini plugins
- ✕ Redeploy & update configs every time you change something
- ✕ No discovery — teammates can't find your private skills
- ✕ Repeat the same setup across 10 different tools
✓ With Aerostack
- ✓ One deploy, works in Claude, Cursor, Windsurf, Gemini, ChatGPT
- ✓
aerostack skill install navin/@navin/text-word-countworks in seconds - ✓ Private skills for your team, public for the community
- ✓ Auto-updates — your team always runs the latest version
- ✓ Clean codebase — no more fragmented skill repos
No documentation provided.
Details
terminal Quick Install
aerostack skill install navin/@navin/text-word-count
Installs to all your AI clients in one command.
language Live Endpoint
https://mcp.aerostack.dev/s/navin/text-word-count
Sub-50ms globally · Zero cold start
Publisher
Have a skill? Publish it once —
use it everywhere.
Deploy your TypeScript skill to Aerostack and it's instantly available in Claude, Cursor, GPT-4, Gemini, and any MCP-compatible AI client. Private for your team or public on the marketplace.
More API Connectors Skills
Browse API Connectors Skills →Gold Price API
by @pp0428281
Get the INR market price for gold or silver for today, yesterday, or a specific calendar date. Use this when the user asks for gold or silver prices, spot price, historical metal price, or metal value on a given date.
web-url-build
by @navin
Build a URL from a base and optional path, query parameters, and hash fragment.
Frequently asked questions
What does the text-word-count skill do? +
text-word-count is a reusable AI skill for api-connectors automation. It gives Claude a set of pre-built actions you can trigger from any conversation or workflow.
How do I install the text-word-count skill in Claude? +
Add the skill to your Aerostack workspace: ```json { "skills": [ "@navin/@navin/text-word-count" ] } ``` Then connect your workspace to Claude via the Aerostack MCP bridge.
Is the text-word-count skill free to use? +
text-word-count is free to install via Aerostack Marketplace. Usage may consume Aerostack credits depending on your plan.
Which AI agents support the text-word-count skill? +
text-word-count works with any MCP-compatible AI agent — including Claude Desktop, Claude Code, Cursor, Windsurf, and OpenClaw.