Agens research_lookup

skill_id: research_lookup

install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest: skills/research_lookup/skill.yaml
source content

skill_id: research_lookup name: research-lookup description: Look up current research information using the Parallel Chat API (primary) or Perplexity sonar-pro-search (academic paper searches). Automatically routes queries to the best backend. Use for finding papers, gathering research data, and verifying scientific information. version: 1.0.0 author: K-Dense Inc. license: MIT license tags:

  • scientific-agent-skills
  • research-lookup tools:
  • Read
  • Write
  • Edit
  • Bash permissions: network: true filesystem: false shell: false agents:
  • research_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: research-lookup upstream_path: scientific-skills/research-lookup/SKILL.md upstream_frontmatter: name: research-lookup description: Look up current research information using the Parallel Chat API (primary) or Perplexity sonar-pro-search (academic paper searches). Automatically routes queries to the best backend. Use for finding papers, gathering research data, and verifying scientific information. allowed-tools: Read Write Edit Bash license: MIT license compatibility: PARALLEL_API_KEY and OPENROUTER_API_KEY required metadata: skill-author: K-Dense Inc.