role-creator
Create Codex Custom Agents
Custom Codex agents need precise TOML files and clear runtime settings. This skill guides role design, writes configs, and validates required fields.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "role-creator" from https://skillstore.io/skills/am-will-role-creator.md and its manifest at https://skillstore.io/api/skills/am-will-role-creator/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "role-creator". Create a reviewer role for one project.
Expected outcome:
- A confirmed role name, description, model, reasoning level, and developer instruction set.
- A project-scoped agent file path selected for the new role.
- A validation result showing whether required fields are present.
Using "role-creator". Make a restricted research role.
Expected outcome:
- A role profile with read-focused instructions and limited optional settings.
- A reminder that stronger controls are only added after explicit user confirmation.
Using "role-creator". Troubleshoot an unknown agent type error.
Expected outcome:
- A checklist for scope, file location, role name, and supported configuration keys.
- Guidance to validate TOML syntax before changing behavior.
Security Audit
SafeStatic alerts are false positives caused by expected Codex config paths, Markdown code formatting, documentation links, and quoted shell helper calls. I found no prompt injection attempt, credential exfiltration, covert network behavior, or malicious intent in the cited files. The scripts still edit local Codex configuration, so users should review paths before running them.
Risk Factors
๐ Filesystem access (21)
๐ Env variables (2)
โ๏ธ External commands (44)
๐ Network access (2)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/am-will-role-creator/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/am-will-role-creator?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/am-will-role-creator?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/am-will-role-creator/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/am-will-role-creator.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
am-will. (2026). role-creator security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/am-will-role-creator/audits/8BibTeX citation
@techreport{am-will-am-will-role-creator-2026,
author = {am-will},
title = {role-creator security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/am-will-role-creator/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "role-creator security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "am-will"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/am-will-role-creator/audits/8"
identifiers:
- type: other
value: "skillstore:am-will-role-creator:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Create a project agent
Define a focused Codex agent for one repository with clear instructions and model settings.
Standardize team roles
Build repeatable agent profiles for review, research, planning, or implementation work.
Audit role configuration
Check that agent files use supported keys and include required role fields.
Try These Prompts
Create a project Codex agent named reviewer. It should review pull requests for correctness and security. Use medium reasoning.
Help me design a global Codex agent for backend incident analysis. Ask for any missing required values before writing the role file.
Update my project reviewer agent to include nickname candidates and disabled web search. Validate the role after the change.
Create a read-focused architecture analyst role with workspace-write sandboxing, disabled network access, and strict developer instructions.
Best Practices
- Confirm the role name, scope, model, reasoning effort, and instructions before writing files.
- Keep generated roles minimal unless the user requests optional tools or permissions.
- Validate TOML syntax and required keys after each create or update task.
Avoid
- Do not add sandbox, web search, MCP, or app settings without explicit user approval.
- Do not reuse vague developer instructions across unrelated roles.
- Do not overwrite global Codex configuration without checking the intended scope.
Frequently Asked Questions
What does this skill create?
Can it create global and project agents?
Does it choose missing values automatically?
Does it edit Codex configuration files?
Are optional permissions enabled by default?
Which tools can use the generated roles?
Developer Details
Author
am-willLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
3e4b6c31a74a3bd1a291c98cf585d720cb9fbc88
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 162 views
File structure
๐ references/
๐ scripts/
๐ install_role.sh
๐ validate_role.sh
๐ write_role_config.sh
๐ templates/
๐ frontend-architecture-role.toml
๐ restricted-role-config.toml
๐ SKILL.md