journal-matchmaker
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.
Best use case
journal-matchmaker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using journal-matchmaker should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/journal-matchmaker/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How journal-matchmaker Compares
| Feature / Agent | journal-matchmaker | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for YouTube Script Writing
Find AI agent skills for YouTube script writing, video research, content outlining, and repeatable channel production workflows.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# 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 - **Algorithm**: TF-IDF + cosine similarity for scope matching ## References - `references/journals.json` - Journal database with impact factors and scopes - `references/fields.json` - Research field classifications - `references/scoring_weights.json` - Algorithm tuning parameters ## Notes - Journal database should be updated periodically (quarterly recommended) - Impact factor data sourced from Journal Citation Reports (JCR) - Scope descriptions parsed from official journal websites - For emerging fields, manual curation may be needed ## Risk Assessment | Risk Indicator | Assessment | Level | |----------------|------------|-------| | Code Execution | Python/R scripts executed locally | Medium | | Network Access | No external API calls | Low | | File System Access | Read input files, write output files | Medium | | Instruction Tampering | Standard prompt guidelines | Low | | Data Exposure | Output files saved to workspace | Low | ## Security Checklist - [ ] No hardcoded credentials or API keys - [ ] No unauthorized file system access (../) - [ ] Output does not expose sensitive information - [ ] Prompt injection protections in place - [ ] Input file paths validated (no ../ traversal) - [ ] Output directory restricted to workspace - [ ] Script execution in sandboxed environment - [ ] Error messages sanitized (no stack traces exposed) - [ ] Dependencies audited ## Prerequisites ```bash # Python dependencies pip install -r requirements.txt ``` ## Evaluation Criteria ### Success Metrics - [ ] Successfully executes main functionality - [ ] Output meets quality standards - [ ] Handles edge cases gracefully - [ ] Performance is acceptable ### Test Cases 1. **Basic Functionality**: Standard input → Expected output 2. **Edge Case**: Invalid input → Graceful error handling 3. **Performance**: Large dataset → Acceptable processing time ## Lifecycle Status - **Current Stage**: Draft - **Next Review Date**: 2026-03-06 - **Known Issues**: None - **Planned Improvements**: - Performance optimization - Additional feature support
Related Skills
xiaoshan-journal
个人日记自动化 skill。一键执行:自动检测配置 →(首次)自动初始化 → 写作 → 生成图片。依赖本地 SOUL、MEMORY、每日 memory 等素材,产出日记文本与 1080px 宽图片。
journal-impact-factor-trend
Show journal impact factor and quartile trends over 5 years.
journal-cover-prompter
Use when creating journal cover images, generating scientific artwork prompts, or designing graphical abstracts. Creates detailed prompts for AI image generators to produce publication-quality scientific visuals.
journal-club-presenter
Generate journal club slides with background, critique, and discussion.
prediction-trade-journal
Auto-log trades with context, track outcomes, generate calibration reports to improve trading.
dream-journal
梦境记录与解析工具。触发条件:(1) 用户发送 /记录梦 或描述一个梦境要求记录;(2) 用户发送 /解梦 或要求解析/分析某个梦;(3) 用户询问历史梦境记录("我上周梦过什么"、"查询梦境"等)。
journal-submission-radar-all-types
统一检索国内外多类型期刊,输出投稿路径核验、定制写作建议、风险提示与可控广告插入的客户顾问型 Skill。
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.