AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Nanoresearch Writing

skill-openraiser-nanoresearch-nanoresearch-writing · by OpenRaiser

Draft a LaTeX research paper from all previous stage outputs

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-openraiser-nanoresearch-nanoresearch-writing

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-openraiser-nanoresearch-nanoresearch-writing)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Nanoresearch Writing? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Writing Skill

Purpose

Take all previous outputs (ideation, planning, experiment results) and produce a complete LaTeX paper draft with figures, tables, and bibliography.

Tools Required

  • generate_latex: Generate and assemble LaTeX source files for each paper section
  • compile_pdf: Compile the LaTeX source into a PDF document
  • generate_figure: Produce publication-quality figures from experiment results

Input

  • ideation_output: Path to papers/ideation_output.json from the ideation skill
  • experiment_blueprint: Path to papers/experiment_blueprint.json from the planning skill
  • experiment_results: Path to experiments/ directory containing code and results from the experiment skill

Process

  1. Parse all upstream outputs to gather hypotheses, literature, experiment design, and results
  2. Generate the paper outline following a standard structure (Abstract, Introduction, Related Work, Method, Experiments, Conclusion)
  3. Draft the Abstract summarizing the problem, approach, and key findings
  4. Draft the Introduction motivating the research question and stating contributions
  5. Draft Related Work synthesizing the surveyed literature from the ideation stage
  6. Draft the Method section describing the proposed approach in detail
  7. Draft the Experiments section with dataset descriptions, baseline comparisons, and ablation results
  8. Generate figures (performance plots, ablation charts, architecture diagrams) using generate_figure
  9. Generate tables summarizing quantitative results
  10. Draft the Conclusion with a summary of findings and future work directions
  11. Compile the bibliography from all cited papers
  12. Assemble the full LaTeX document using generate_latex
  13. Compile to PDF using compile_pdf and verify the output

Output

Produces papers/draft/ directory containing:

  • main.tex: Complete LaTeX source of the paper
  • references.bib: Bibliography file with all citations
  • figures/: Generated figures in PDF or PNG format
  • tables/: LaTeX table source files
  • main.pdf: Compiled PDF of the paper draft

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.