semanticscholar-automation
Automate Semanticscholar tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:27
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-semanticscholar-automation&locale=en&source=copy
Semantic Scholar Automation Skill
Skill Overview
By integrating Composio’s Semantic Scholar toolkit through the Rube MCP, it automates research workflows such as academic paper search and literature data retrieval.
Use Cases
Core Functions
RUBE_SEARCH_TOOLS to fetch the latest tool modes and execution plans in real time, ensuring compatibility with changes to the Semantic Scholar API and avoiding hard-coded, outdated tool parameters.RUBE_MANAGE_CONNECTIONS to manage the Semantic Scholar account connection, supporting one-click authorization and connection status checks to keep automated workflows running reliably.RUBE_MULTI_EXECUTE_TOOL to execute multiple tool calls within a single session, providing parameter memory and session reuse—ideal for complex literature search and processing tasks.Frequently Asked Questions
How do I enable this skill in Claude Code?
First, add the Rube MCP server endpoint
https://rube.app/mcp to your client configuration—no API key is required. After adding it, verify connectivity by using RUBE_SEARCH_TOOLS. Then activate the Semantic Scholar toolkit with RUBE_MANAGE_CONNECTIONS, and complete the connection via the authorization link returned.Do I need to pay or request an API key?
Rube MCP is free to use; simply add the server-side endpoint. The Semantic Scholar toolkit is provided via Composio—please refer to Composio’s official documentation for specific quotas and limitations. For most academic research use cases, queries within the free allowance are usually sufficient.
Why search for tools first each time instead of calling them directly?
Semantic Scholar’s API and tool modes may change over time. Hard-coding tool slugs and parameters can easily lead to call failures.
RUBE_SEARCH_TOOLS returns the latest available tools, input schemas, and recommended execution plans—this is a best practice in the skill’s design to ensure long-term stability.