Skip to content
Skillv1.0.0

Journal-Submission-Assistant

Repository Notes

by ChristianSChan(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ChristianSChan/Journal-Submission-Assistant (AGENTS.md). Install upstream with npx skills add ChristianSChan/Journal-Submission-Assistant. Copyright stays with the author.

Repository Notes

  • This app follows the adjacent Journal Editorial Assistant style: Streamlit UI in app.py, domain logic in services/, env-var based API configuration, and conservative LLM fallback.
  • Do not add Clarivate dependencies or Journal Impact Factor fields.
  • Keep metric labels explicit: CiteScore (Scopus), SJR, SNIP, h5 index, acceptance rate, and time to decision.
  • Prefer source-labeled evidence and empty values over guessed metrics.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/christianschan-journal-submission-assistant-journal-subm-65d73e/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

christianschan-journal-submission-assistant-journal-subm-65d73e.ocm.jsonjson
{
  "ocm": "1",
  "id": "christianschan-journal-submission-assistant-journal-subm-65d73e",
  "kind": "skill",
  "name": "Journal-Submission-Assistant",
  "description": "Repository Notes",
  "publisher": "ChristianSChan",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Repository Notes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ChristianSChan/Journal-Submission-Assistant",
      "path": "AGENTS.md",
      "ref": "5240fdf1cc0b172c5a6c333e11a8157b0cfbb508",
      "url": "https://github.com/ChristianSChan/Journal-Submission-Assistant/blob/5240fdf1cc0b172c5a6c333e11a8157b0cfbb508/AGENTS.md",
      "key": "ChristianSChan/Journal-Submission-Assistant/AGENTS.md"
    }
  },
  "instructions": "# Repository Notes\n\n- This app follows the adjacent Journal Editorial Assistant style: Streamlit UI in `app.py`, domain logic in `services/`, env-var based API configuration, and conservative LLM fallback.\n- Do not add Clarivate dependencies or Journal Impact Factor fields.\n- Keep metric labels explicit: `CiteScore (Scopus)`, `SJR`, `SNIP`, `h5 index`, `acceptance rate`, and `time to decision`.\n- Prefer source-labeled evidence and empty values over guessed metrics.",
  "cost": {
    "context_tokens": 117
  }
}

Fetch it by URL: GET /api/v1/registry/christianschan-journal-submission-assistant-journal-subm-65d73e/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.