Pipeworx Universities
Skill by b-gutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/b-gutman/pipeworx-universitiesUniversities
Search universities worldwide by name or country. Returns institution names, countries, domains, and web pages.
This pack has a single tool: search_universities. Provide a name, a country, or both to filter results.
Examples
Find universities named "Stanford":
curl -X POST https://gateway.pipeworx.io/universities/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_universities","arguments":{"name":"Stanford"}}}'
List universities in Japan:
curl -X POST https://gateway.pipeworx.io/universities/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_universities","arguments":{"country":"Japan"}}}'
Each result includes the university name, country, ISO country code, state/province (where available), domain names, and web page URLs.
{
"mcpServers": {
"universities": {
"url": "https://gateway.pipeworx.io/universities/mcp"
}
}
}
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-b-gutman-pipeworx-universities": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Pipeworx Attom
Skill by b-gutman
pipeworx-exchangerate
Simple currency exchange rates — all rates for a base currency or a direct pair lookup via open.er-api.com
pipeworx-genderize
Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io
Pipeworx Cdc
Skill by b-gutman
Pipeworx Weather
Skill by b-gutman