A specialized API integration designed to fetch Google Scholar citation data and export links directly into your workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install justserpapi-google-scholar-cite-search
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install justserpapi-google-scholar-cite-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Google SERP Scholar Cite Search API is a powerful utility designed for developers and researchers who need to programmatically retrieve academic citations. Powered by Just Serp API and integrated as part of Openclaw Skills, this tool targets the /api/v1/google/scholar/cite/search endpoint to deliver clean, structured bibliographic data.
By leveraging this skill, users can automate the collection of citation formats (such as APA, MLA, Chicago, and Harvard) and gather export links for direct integration into bibliography managers and reference software. This eliminates manual copy-pasting, accelerating scholarly research and content compilation workflows.
id) of a Google Scholar search result from a previous Google Scholar search response.query ID parameter.GET /api/v1/google/scholar/cite/search endpoint on the Just Serp API platform.To run this endpoint successfully, ensure you have Node.js installed on your system. You will also need an active API key from Just Serp API.
Set your credentials in your shell environment:
export JUST_SERP_API_KEY="your_just_serp_api_key_here"
Run the execution script by specifying the operation ID and parameters as a JSON object:
node {baseDir}/bin/run.mjs --operation "ScholarCiteSearch" --api-key "$JUST_SERP_API_KEY" --params-json '{"query":"<query_id>","language":"en"}'
The API processes the inputs and returns structured results focusing on academic citation metadata. Below are the key configuration fields and parameters utilized in this schema:
| Parameter | Source | Required | Type | Description |
|---|---|---|---|---|
query |
Query | Yes | string |
The unique ID of a Google Scholar search result to retrieve citation formats for. |
language |
Query | No | string |
Two-letter ISO code (e.g., 'en', 'fr') to localize results. |
ScholarCiteSearch/api/v1/google/scholar/cite/searchLoading
An AI agent workflow optimizer designed to safely ingest, validate, and continue development execution from previous session handoffs without losing context.

An advanced prompt engineering skill that generates production-grade, highly controlled prompts for Midjourney and other major image models.

An automated skill to deploy Stalwart Mail Server on Dokploy with a Resend SMTP relay fallback for blocked port 25 environments.

A CLI proxy skill designed to compress verbose terminal, build, and git outputs to minimize LLM token usage during agent executions.

A dedicated search skill for querying Google Patents and extracting structured search engine results page (SERP) data for patent discovery and portfolio monitoring.

A specialized AI-agent skill that interfaces with the Just Serp API to retrieve Google Scholar Author data, including detailed publications, research interests, and citation metrics.








































