Overview
- Skill Key
- aipoch-ai/journal-matchmaker
- Author
- AIPOCH
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/aipoch-ai/journal-matchmaker
- Latest Commit SHA
- 3c45a70805adacc3997f82d989d2732c727119b8
Recommend suitable high-impact factor or domain-specific journals for manuscript submission based on abstract content. Trigger when user provides paper abstract and asks for journal recommendations, impact factor matching, or scope alignment suggestions.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 journal-matchmaker 技能。 若已安装,则直接安装 journal-matchmaker 技能。
# Journal Matchmaker Analyzes academic paper abstracts to recommend optimal journals for submission, considering impact factors, scope alignment, and domain expertise. ## Use Cases - Find the best-fit journal for a new manuscript - Identify high-impact factor journals in specific research areas - Compare journal scopes against paper content - Discover domain-specific publication venues ## Usage ```bash python scripts/main.py --abstract "Your paper abstract text here" [--field "field_name"] [--min-if 5.0] [--count 5] ``` ### Parameters | Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | `--abstract` | str | Yes | - | Paper abstract text to analyze | | `--field` | str | No | Auto-detect | Research field (e.g., "computer_science", "biology") | | `--min-if` | float | No | 0.0 | Minimum impact factor threshold | | `--max-if` | float | No | None | Maximum impact factor (optional) | | `--count` | int | No | 5 | Number of recommendations to return | | `--format` | str | No | table | Output format: table, json, markdown | ## Examples ```bash # Basic usage python scripts/main.py --abstract "This paper presents a novel deep learning approach..." # Specify field and minimum impact factor python scripts/main.py --abstract "abstract.txt" --field "ai" --min-if 10.0 --count 10 # Output as JSON for integration python scripts/main.py --abstract "..." --format json ``` ## How It Works 1. **Abstract Analysis**: Extracts key terms, methodology, and research focus 2. **Field Classification**: Identifies the primary research domain 3. **Journal Matching**: Compares content against journal scopes and aims 4. **Impact Factor Filtering**: Applies IF constraints if specified 5. **Ranking**: Scores and ranks journals by relevance and impact ## Technical Details - **Difficulty**: Medium - **Approach**: Keyword extraction + journal database matching - **Data Source**: Journal metadata from references/journals.json - **A...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.