Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Recommend suitable high-impact factor or domain-specific journals for manuscript submission based on abstract content. Trigger when user provides paper abstr...
Recommend suitable high-impact factor or domain-specific journals for manuscript submission based on abstract content. Trigger when user provides paper abstr...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Analyzes academic paper abstracts to recommend optimal journals for submission, considering impact factors, scope alignment, and domain expertise.
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
python scripts/main.py --abstract "Your paper abstract text here" [--field "field_name"] [--min-if 5.0] [--count 5]
ParameterTypeRequiredDefaultDescription--abstractstrYes-Paper abstract text to analyze--fieldstrNoAuto-detectResearch field (e.g., "computer_science", "biology")--min-iffloatNo0.0Minimum impact factor threshold--max-iffloatNoNoneMaximum impact factor (optional)--countintNo5Number of recommendations to return--formatstrNotableOutput format: table, json, markdown
# 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
Abstract Analysis: Extracts key terms, methodology, and research focus Field Classification: Identifies the primary research domain Journal Matching: Compares content against journal scopes and aims Impact Factor Filtering: Applies IF constraints if specified Ranking: Scores and ranks journals by relevance and impact
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/journals.json - Journal database with impact factors and scopes references/fields.json - Research field classifications references/scoring_weights.json - Algorithm tuning parameters
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 IndicatorAssessmentLevelCode ExecutionPython/R scripts executed locallyMediumNetwork AccessNo external API callsLowFile System AccessRead input files, write output filesMediumInstruction TamperingStandard prompt guidelinesLowData ExposureOutput files saved to workspaceLow
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
# Python dependencies pip install -r requirements.txt
Successfully executes main functionality Output meets quality standards Handles edge cases gracefully Performance is acceptable
Basic Functionality: Standard input โ Expected output Edge Case: Invalid input โ Graceful error handling Performance: Large dataset โ Acceptable processing time
Current Stage: Draft Next Review Date: 2026-03-06 Known Issues: None Planned Improvements: Performance optimization Additional feature support
Writing, remixing, publishing, visual generation, and marketing content production.
Largest current source with strong distribution and engagement signals.