graphjin-config
Use when viewing or proposing changes to GraphJin sources, roles, access, security, runtime settings, and reload behavior.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when viewing or proposing changes to GraphJin sources, roles, access, security, runtime settings, and reload behavior.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build fully-integrated 3-statement models (IS, BS, CF) in Excel with working capital schedules, D&A roll-forwards, debt schedule, and the plugs that make cash and retained earnings tie. Pairs with excel-author.
Build institutional-quality DCF valuation models in Excel — revenue projections, FCF build, WACC, terminal value, Bear/Base/Bull scenarios, 5x5 sensitivity tables. Pairs with excel-author. Use for intrinsic-value equity analysis.
Build auditable Excel workbooks headless with openpyxl — blue/black/green cell conventions, formulas over hardcodes, named ranges, balance checks, sensitivity tables. Use for financial models, audit outputs, reconciliations.
Poll RSS, JSON APIs, and GitHub with watermark dedup.
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
| name | graphjin-config |
| description | Use when viewing or proposing changes to GraphJin sources, roles, access, security, runtime settings, and reload behavior. |
Use the source-config manager tools for GraphJin configuration requests.
mcp__neko_source_config_manager__describe_source_graph to identify
the selected GraphJin data engine and its current sources.mcp__neko_source_config_manager__ask_graphjin_config_agent with the
user's configuration question or requested change.mcp__neko_source_config_manager__list_source_secret_names and use a stored
name as secretRef. When the required name is absent, direct the admin to
Admin > Settings > GraphJin Config to add it.mcp__neko_source_config_manager__import_openapi_spec. When they uploaded a
file, read the asset ID from the submitted values. When the submitted card
provides metadata only, call
mcp__neko_source_config_manager__list_openapi_specs to resolve its managed
asset ID.localFiles manifest from the submitted
card. For S3 or GCS, collect the bucket and applicable prefix, region,
endpoint, public base URL, and presign TTL; GraphJin uses the deployment
runtime identity for object-store credentials.mcp__neko_source_config_manager__request_source_config_change with the
confirmed fields.A view or explanation succeeds when the response includes the redacted result
from ask_graphjin_config_agent. An edit succeeds when the response includes
the proposal result from request_source_config_change.
When a tool returns an error, report the error and the workflow step that needs attention.
register_source: provide name, one of the customer source kinds
(database, api, or file), and the fields for that kind. Database uses
connection metadata and a stored secretRef; API uses a managed OpenAPI
specAssetId; local file uses the card's managed localFiles manifest; S3
and GCS use an object-store bucket and deployment runtime identity. File
sources receive authenticated read-only access.
A suitable database default is read: authenticated, write: blocked, and
delete: blocked.set_source_access: provide the source name and confirmed read, write,
and delete access modes.add_role: provide the role name and the JWT match expression confirmed by
the admin.Use an unused source name for registration. Source access patches the named source, and role changes upsert by role name. A full replacement is a separate configuration operation requiring the current configuration and explicit admin intent.