agentsclimarketplace

Riscos commands

Skill gerph/riscos-agent-skills/skills/riscos-commands

Skills repository for RISC OS agents

Install
npx -y skills add gerph/riscos-agent-skills --skill riscos-commands

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Commands ('*Commands') used by the RISC OS command line, in Command files (for *Exec), Obey files, OSCLI in BASIC, passed as `--command`s to `riscos-build-run`, executed within `.robuild.yaml` and `--commands` to RISC OS Pyromaniac. Use when needing to know about RISC OS commands in *Obey, OSCLI in BASIC, `.robuild.yaml` executions.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.6 KB, as published. Nobody here has run it

RISC OS Commands

This skill provides a reference for commands used in RISC OS (the * commands).

Common Operations

  • Conditionals: Use *IF and *IfThere for flow control. See references/conditionals.md.
  • Variable Handling: Set and evaluate system variables with *Set, *SetEval, etc. See references/variables.md.
  • Filesystem Operations: Core commands for managing files and directories (*Copy, *Delete, *Dir, etc.). Includes configuration for ADFS, CDFS, NetFS, etc. See references/filesystem.md.

Specialized Commands

  • Wimp & Desktop: Commands for managing the desktop environment, Filer, and Wimp tasks. See references/wimp.md.
  • Network: Commands for network configuration, IP, AppleTalk, and DHCP. See references/network.md.
  • General System: System settings, module management, and utility commands (e.g. *AMInfo, *Do, *HOff). See references/system.md.

Syntax format

For information on syntax format, see references/syntax.md.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.