Back to list
Sytex

sytex

by Sytex

Skills para agentes de IA (Claude Code, Codex, Cursor) del equipo de Sytex

1🍴 0📅 Jan 25, 2026

SKILL.md


name: sytex description: Connect to Sytex platform API. Use when user mentions Sytex, app, claro, ufinet, dt, adc, atis, exsei, integrar, torresec, or app_eu instances. Handles tasks, projects, forms, materials, organizations. allowed-tools:

  • Read
  • Bash(~/.claude/skills/sytex/:)

Sytex API Integration

Manage tasks, projects, sites, materials, forms, and automations via the Sytex API.

Required Flags

Every command (except find-org) requires:

~/.claude/skills/sytex/sytex --base-url <URL> --org <ID> <command>

Always ask user for confirmation before executing commands.

Finding the org

If user provides org name instead of ID, use find-org first:

~/.claude/skills/sytex/sytex find-org "Telecom Argentina"

Instances: app, app_eu, claro, ufinet, dt, adc, atis, exsei, integrar, torresec (all at https://<name>.sytex.io, except app_eu: https://app.eu.sytex.io)

Commands

All commands: ~/.claude/skills/sytex/sytex --base-url <URL> --org <ID> <command>

Tasks

CommandDescription
tasks [flags]List tasks
task <id>Get task details
task-update <id> <json>Update task (PATCH)
task-status <code> <status>Update status by code
task-create <json>Create task

Projects & Sites

CommandDescription
projects [flags]List projects
project <id>Get project details
sites [flags]List sites
site <id>Get site details

Materials

CommandDescription
materials [flags]List materials
material-ops [flags]List material operations
mo-status <code> <status>Update MO status
mo-add-item <json>Add item to MO

Forms

CommandDescription
forms [flags]List form instances
form <id>Get form details

Staff

CommandDescription
staff [flags]List staff members
user-roles <name>Get roles for a user

Automations

CommandDescription
automation <uuid> [json]Execute automation

Task Templates

Two types exist - ask user which one or search both:

TypeCommandEndpoint
Simple templatestasktemplates, tasktemplate <id>/api/tasktemplate/
Workflow tasksworkstructure-tasks, workstructure-task <id>/api/workstructuretask/

Workstructures (Workflows)

CommandDescription
workstructures [flags]List workstructures
workstructure <id>Get workstructure details

Custom Fields

CommandDescription
customfields --model MODEL --object-id IDGet custom fields

Models: workstructure, task, project, site, client, staff, form, materialoperation

Organizations

CommandRequiresDescription
find-org <name>(none)Search across ALL instances
orgs [--q QUERY]--base-url onlyList orgs in one instance

Generic Endpoints

CommandDescription
get <endpoint>GET any endpoint
post <endpoint> [json]POST to any endpoint
patch <endpoint> <json>PATCH any endpoint
delete <endpoint>DELETE any endpoint

Common Flags

FlagDescription
--limit <n>Results per page
--offset <n>Skip first N results
--q <query>Search text
--ordering <field>Sort (prefix - for desc)

Examples

# Find org across all instances
~/.claude/skills/sytex/sytex find-org "TMA"

# List tasks
~/.claude/skills/sytex/sytex --base-url https://app.sytex.io --org 141 tasks --limit 10

# Get task template (simple)
~/.claude/skills/sytex/sytex --base-url https://app.sytex.io --org 217 tasktemplate 1045

# Get workflow task template
~/.claude/skills/sytex/sytex --base-url https://app.sytex.io --org 217 workstructure-task 1045

# Execute automation
~/.claude/skills/sytex/sytex --base-url https://app.sytex.io --org 141 automation "uuid-here" '{"key": "value"}'

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon